home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 May
/
PCWorld_2000-05_cd.bin
/
Software
/
TemaCD
/
povray
/
povwin3.exe
/
%MAINDIR%
/
Insert Menu
/
CSG operations
/
difference.txt
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-04-06
|
234 b
|
8 lines
// CSG difference, subtract intersections of shapes 2...N from Shape1
difference
{
Shape1 {...} // Start with this shape
Shape2 {...} // This will be "cut out" of Shape1
ShapeN {...} // This will be "cut out" of Shape1
}